projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aff8ac
)
(syms_of_keyboard): Init and staticpro system_key_syms.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 15 Apr 1994 21:55:25 +0000
(21:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 15 Apr 1994 21:55:25 +0000
(21:55 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 282e1aeb2582ee0543559d90ff52072a07a3c5d2..108333e37e61e81ffed73af1efae905f6c1138c3 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-5810,6
+5810,9
@@
syms_of_keyboard ()
func_key_syms = Qnil;
staticpro (&func_key_syms);
+ system_key_syms = Qnil;
+ staticpro (&system_key_syms);
+
mouse_syms = Qnil;
staticpro (&mouse_syms);